home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1833
/
1833.xpi
/
components
/
yoonoIWebAPI.idl
< prev
next >
Wrap
Text File
|
2009-12-16
|
458b
|
14 lines
// Warning: after each modification, this file must be compiled into an XPT
// ${SDK}/bin/xpidl -m header -w -I${SDK}/idl ynIYoonoWebAPI.idl
// This is the interface exposed to webpages. Note that not everything
// is necessarly visible for all pages, depending on the security configuration.
#include "nsISupports.idl"
[scriptable, uuid(fd2fe577-21a1-4278-8c89-eecaf6895b44)]
interface yoonoIWebAPI: nsISupports
{
readonly attribute string version;
};